It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-12-03 0 1 // 1 2024-12-04 0 4 // 2 2024-12-05 0 12 // 3 2024-12-06 0 6 // 4 2024-12-07 0 1 // 5 2024-12-08 0 0 // 6 2024-12-09 0 0 // 7 2024-12-10 0 7 // 8 2024-12-11 0 6 // 9 2024-12-12 0 4 // 10 2024-12-13 0 4 // 11 2024-12-14 0 0 // 12 2024-12-15 0 0 // 13 2024-12-16 0 9 // 14 2024-12-17 0 0 // 15 2024-12-18 0 8 // 16 2024-12-19 0 3 // 17 2024-12-20 0 9 // 18 2024-12-21 0 3 // 19 2024-12-22 4 6 // 20 2024-12-23 0 4